home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / drivers / atiult.exe / README.1ST < prev   
Text File  |  1992-07-04  |  2KB  |  64 lines

  1. Files included in this package:
  2.  
  3. ATI0$.SYS
  4. BVH8514A.DLL
  5. DISPLAY.DLL
  6. README.1ST
  7.  
  8. This is a modified OS/2 1.3 PM driver for OS/2 2.0 for people who has the ATI
  9. 8514/Ultra, Graphics Ultra or Graphics Vantage card.
  10.  
  11. A ring 0 device driver is included to allow non-standard 8514/A resolutions:
  12. 640x480 and 800x600.  The ring 0 driver is OS/2 2.0 specific and will not
  13. load under OS/2 1.3.
  14.  
  15. At 1024x768, it is recommended you use the 8514/A driver provided by OS/2 2.0.
  16. The ATI driver at 1024x768 is slower and doesn't show the busy clock (hour
  17. glass is shown).
  18.  
  19. To install, make a directory call C:\ATIPM (assuming C: is your boot
  20. drive), and unpack all files into there.  Then make the following changes
  21. in your CONFIG.SYS:
  22.  
  23. Add: (at the beginning of CONFIG.SYS is fine)
  24.  
  25. SET ATI_RES=1024x768
  26. DEVICE=C:\ATIPM\ATI0$.SYS
  27. SET VIDEO_DEVICES=VIO_ATI_ULTRA
  28. SET VIO_ATI_ULTRA=DEVICE(BVHVGA,BVH8514A)
  29.  
  30. Add the ATIPM path in your LIBPATH:
  31.  
  32. LIBPATH=.;C:\ATIPM;...
  33.  
  34. REM out:
  35.  
  36. REM SET VIDEO_DEVICES=VIO_8514A
  37. REM SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  38.  
  39. Keep:
  40.  
  41. SET VIO_VGA=DEVICE=(BVHSVGA) ; if VGA portion is SuperVGA
  42. or
  43. SET VIO_VGA=DEVICE=(BVHVGA)  ; if VGA portion is regular VGA
  44.  
  45. DEVINFO=SCR,BGA,C:\OS2\VIOTBL.DCP
  46.  
  47.  
  48. Also make sure the V8514A.SYS is loaded.  ie:
  49. DEVICE=G:\OS2\MDOS\VSVGA.SYS  ; use VVGA.SYS if this is regular VGA passthru'
  50. DEVICE=G:\OS2\MDOS\V8514A.SYS
  51.  
  52.  
  53. You can select other resolutions by changing ATI_RES=800x600 or
  54. ATI_RES=640x480.
  55.  
  56.  
  57. Reboot system for the changes to take into effect.
  58.  
  59. If you're using SuperVGA (the VGA on Graphics Ultra/Vantage is SVGA), make
  60. sure you run SVGA ON in a DOS full-screen after rebooting.
  61.  
  62.  
  63. Happy OS/2ing...Albert
  64.